home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / teletub.swf / scripts / DefineButton2_276 / BUTTONCONDACTION on(press, keyPress Space).as
Text File  |  2001-11-21  |  202b  |  12 lines

  1. on(press, keyPress "<Space>"){
  2.    set("/:Rounds","10");
  3.    tellTarget("/Rounds")
  4.    {
  5.       gotoAndPlay(1);
  6.       tellTarget("/Sounds")
  7.       {
  8.          gotoAndStop("Reload");
  9.       }
  10.    }
  11. }
  12.